ResourceGetProperty Method (PropertyName) |
Gets the property from a resource.
Namespace:
Independentsoft.Webdav
Assembly:
Independentsoft.Webdav (in Independentsoft.Webdav.dll) Version: 1.0.700.18437
Syntaxpublic Property GetProperty(
PropertyName propertyName
)
Public Function GetProperty (
propertyName As PropertyName
) As Property
Parameters
- propertyName
- Type: Independentsoft.WebdavPropertyName
The name of the property to retrieve.
Return Value
Type:
PropertyThe requested property.
See Also